home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / qmx_120.zip / QMXSETUP.DMO < prev    next >
Text File  |  1990-01-27  |  3KB  |  90 lines

  1. ; The following are the only currently recognized parameters for QMXSETUP.CFG
  2.  
  3. ; Don't forget to rename this "QMXSETUP.CFG" to use it!
  4.  
  5. ;Paremeters only available in version 1.10 and later:
  6.  
  7.  
  8.    Disable beeps on the SysOp side only (Quiet mode).  Without this
  9.    parameter, the SysOp hears all the beeps the user gets.
  10.  
  11. NoBeep
  12.  
  13.  
  14.    Include a special BBS "ID" file in every mailbag - this is used
  15.    with external batch files (inside the "toolkit" for XRS) to enable
  16.    automatic recognition and separation of mailbags from different
  17.    bulletin boards.  The file should be a small (or even zero-length)
  18.    DOS text file, maybe with a simple "Mailbag downloaded from xxx".
  19.  
  20. ;BBSID EZ_Board.XRS
  21.  
  22.  
  23.    Place output files for SysOp (user # 0) un-compressed into this
  24.    subdirectory when logged on locally (not when called over modem).
  25.    This *must* point to a sub-directory that is already created.
  26.  
  27. SysOpOut C:\XRS
  28.  
  29.  
  30.    If you want the resulting compressed mailbag to end up in an area
  31.    other than the current subdirectory (usually used in conjunction
  32.    with the "Defer" option), place the sub-directory pathname here.
  33.    (even if you use this parameter, which causes QMX to build mailbags
  34.    somewhere else, you can still use the built-in DSZ protocol calls)
  35.  
  36. ;OutPath C:\DOWNLOAD
  37.  
  38.  
  39.  
  40.  
  41. ; Parmeters available in version 1.00 and earlier:
  42.  
  43.  
  44.    Disable file buffering on MSGHDR.BBS and MSGTXT.BBS - on some systems it
  45.    may be faster to *not* buffer these files!
  46.  
  47. ;NoBuff
  48.  
  49.  
  50.    To disable <CTRL-BREAK/C/K> exits from external batch files, you may use
  51.    the following parameter.  NOTE:  The user cannot interrupt the program
  52.    except by hanging up if this is turned on!  I don't see *any* reason to
  53.    have it any more, but just in case.  (without it, the user is sent back
  54.    to the BBS when he hits <CTRL-BREAK/C/K>...)
  55.  
  56. ;NoBreak
  57.  
  58.  
  59.    In order to run in "No Points" mode, or to assign a specific point number
  60.    to all QMX/XRS users, place a number from 0 up to 32767 after this
  61.  
  62. ;Point 666
  63.  
  64.  
  65.    To use a different maximum limit of messages for one mailbag, assign any
  66.    number less than 995 to the following
  67.  
  68. ;Limit 500
  69.  
  70.  
  71.    Disable the internal DSZ downloads (so user can d/l from normal files area)
  72.    Can be used in conjuction with the new "OutPath" parameter in 1.10 to place
  73.    resulting mailbags into the download area for download using the built-in
  74.    QuickBBS protocols, just like any other file (instead of having QMX do it
  75.    with internal calls to DSZ).  Generally, using the internal DSZ calls will
  76.    work in every case, and this is provided for those having problems to try.
  77.  
  78. ;DEFER
  79.  
  80.  
  81.    To support FOSSIL with locked baud rate 9600, 19200 or 38400 (HST, etc)
  82.  
  83. ;LockBaud 19200
  84.  
  85.  
  86.    To show new uploads onscreen (as well as in SUMMARY1.XRS for <F6> pop-up)
  87.    during "New Uploads Since Last Login" FileScan.
  88.  
  89. ;ShowFiles
  90.